home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.micon._currentframe == 2)
- {
- §§push(_root);
- }
- else if(_root.micon._currentframe == 1)
- {
- _root.indicount = 100;
- _root.indialogue = "I\'ll just take this paper clip off here.";
- i = 1;
- while(i < 40)
- {
- _root.take = 15;
- _root.sfx.gotoAndStop(3);
- if(_root.inven["box" + i]._currentframe == 10)
- {
- _root.inven["box" + i].gotoAndStop(17);
- }
- gotoAndStop(17);
- i++;
- }
- }
- }
-